home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / defcon-minus.swf / scripts / frame_3 / DoAction_2.as next >
Encoding:
Text File  |  2011-10-17  |  127 b   |  6 lines

  1. stop();
  2. var snd_shoot = new Sound();
  3. snd_shoot.attachSound("snd_shoot");
  4. snd_shoot.setVolume(60);
  5. _root.snd_shoot.stop();
  6.